Html Css Color HEX #B7361B Harley Davidson Orange

📋 copy color: '#B7361B'

red 183 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #B7361B

Tints of Harley Davidson Orange #B7361B

RGB

 RED value IS 183 (71.88% from 255) = 69.32%

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 69.32%
G = 20.45%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7361B (or 0xB7361B) is known color: Harley Davidson Orange. HEX triplet: B7, 36 and 1B. RGB value is (183,54,27). Sum of RGB (Red+Green+Blue) = 183+54+27=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7361B is #48C9E4. Grayscale: #595959. Windows color (decimal): -4770277 or 1783479. OLE color: 1783479.

HSL color Cylindrical-coordinate representation of color #B7361B: hue angle of 10.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7361B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 54 27 -
CMYK 0 0.70 0.85 0.28
HSL 10.38º 0.74% 0.41% -
HSV(B) 10.38º 0.85% 0.72% -
XYZ 21.05 12.78 2.4 -
YUV 89.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 183 54 27 0 0.70 0.85 0.28 10.38 0.74 0.41
Hex B7 36 1B 0 46 55 1C A 4A 29
Octal 267 66 33 0 106 125 34 12 112 51
Binary 10110111 110110 11011 0 1000110 1010101 11100 1010 1001010 101001

Color Harmonies of #B7361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7361B

Black with #B7361B

Text Example


Text Example

White with #B7361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7361B; }

 p { color: rgb(183,54,27); }

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

background-color css

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

 a { background-color: rgb(183,54,27); }

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

border-color css

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

 span { border-color: rgb(183,54,27); }

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