Html Css Color HEX #BF200A Harley Davidson Orange

📋 copy color: '#BF200A'

red 191 ◦ green 32 ◦ blue 10

#BF200A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BF200A

Tints of Harley Davidson Orange #BF200A

RGB

 RED value IS 191 (75% from 255) = 81.97%

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 81.97%
G = 13.73%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF200A (or 0xBF200A) is known color: Harley Davidson Orange. HEX triplet: BF, 20 and 0A. RGB value is (191,32,10). Sum of RGB (Red+Green+Blue) = 191+32+10=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF200A is #40DFF5. Grayscale: #4D4D4D. Windows color (decimal): -4251638 or 663743. OLE color: 663743.

HSL color Cylindrical-coordinate representation of color #BF200A: hue angle of 7.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 10 -
CMYK 0 0.83 0.95 0.25
HSL 7.29º 0.9% 0.39% -
HSV(B) 7.29º 0.95% 0.75% -
XYZ 22.06 12.13 1.47 -
YUV 77.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 191 32 10 0 0.83 0.95 0.25 7.29 0.9 0.39
Hex BF 20 A 0 53 5F 19 7 5A 27
Octal 277 40 12 0 123 137 31 7 132 47
Binary 10111111 100000 1010 0 1010011 1011111 11001 111 1011010 100111

Color Harmonies of #BF200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF200A

Black with #BF200A

Text Example


Text Example

White with #BF200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF200A; }

 p { color: rgb(191,32,10); }

 H1.HeaderClassName
 {
   color: #BF200A;
 }
 .AnyTagClassName
 {
   color: #BF200A;
 }
</style>

background-color css

<style>
 a { background-color: #BF200A; }

 a { background-color: rgb(191,32,10); }

 div.DivClassName
 {
   background-color: #BF200A;
 }
 .BgClassName
 {
   background-color: #BF200A;
 }
</style>

border-color css

<style>
 span { border-color: #BF200A; }

 span { border-color: rgb(191,32,10); }

 td.TdClassName
 {
   border-color: #BF200A;
 }
 .TagClassName
 {
   border-color: #BF200A;
 }
</style>