Html Css Color HEX #BB381B Harley Davidson Orange

📋 copy color: '#BB381B'

red 187 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #BB381B

Tints of Harley Davidson Orange #BB381B

RGB

 RED value IS 187 (73.44% from 255) = 69.26%

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 69.26%
G = 20.74%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB381B (or 0xBB381B) is known color: Harley Davidson Orange. HEX triplet: BB, 38 and 1B. RGB value is (187,56,27). Sum of RGB (Red+Green+Blue) = 187+56+27=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB381B is #44C7E4. Grayscale: #5C5C5C. Windows color (decimal): -4507621 or 1783995. OLE color: 1783995.

HSL color Cylindrical-coordinate representation of color #BB381B: hue angle of 10.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB381B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 27 -
CMYK 0 0.70 0.86 0.27
HSL 10.88º 0.75% 0.42% -
HSV(B) 10.88º 0.86% 0.73% -
XYZ 22.11 13.47 2.47 -
YUV 91.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 187 56 27 0 0.70 0.86 0.27 10.88 0.75 0.42
Hex BB 38 1B 0 46 56 1B B 4B 2A
Octal 273 70 33 0 106 126 33 13 113 52
Binary 10111011 111000 11011 0 1000110 1010110 11011 1011 1001011 101010

Color Harmonies of #BB381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB381B

Black with #BB381B

Text Example


Text Example

White with #BB381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB381B; }

 p { color: rgb(187,56,27); }

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

background-color css

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

 a { background-color: rgb(187,56,27); }

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

border-color css

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

 span { border-color: rgb(187,56,27); }

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