Html Css Color HEX #B42708 Harley Davidson Orange

📋 copy color: '#B42708'

red 180 ◦ green 39 ◦ blue 8

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

Shades of Harley Davidson Orange #B42708

Tints of Harley Davidson Orange #B42708

RGB

 RED value IS 180 (70.7% from 255) = 79.3%

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 79.3%
G = 17.18%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B42708 (or 0xB42708) is known color: Harley Davidson Orange. HEX triplet: B4, 27 and 08. RGB value is (180,39,8). Sum of RGB (Red+Green+Blue) = 180+39+8=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B42708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42708 is #4BD8F7. Grayscale: #4D4D4D. Windows color (decimal): -4970744 or 534452. OLE color: 534452.

HSL color Cylindrical-coordinate representation of color #B42708: hue angle of 10.81º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42708 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 39 8 -
CMYK 0 0.78 0.96 0.29
HSL 10.81º 0.91% 0.37% -
HSV(B) 10.81º 0.96% 0.71% -
XYZ 19.59 11.17 1.35 -
YUV 77.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 180 39 8 0 0.78 0.96 0.29 10.81 0.91 0.37
Hex B4 27 8 0 4E 60 1D B 5B 25
Octal 264 47 10 0 116 140 35 13 133 45
Binary 10110100 100111 1000 0 1001110 1100000 11101 1011 1011011 100101

Color Harmonies of #B42708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42708

Black with #B42708

Text Example


Text Example

White with #B42708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42708; }

 p { color: rgb(180,39,8); }

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

background-color css

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

 a { background-color: rgb(180,39,8); }

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

border-color css

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

 span { border-color: rgb(180,39,8); }

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