Html Css Color HEX #BB381F Harley Davidson Orange

📋 copy color: '#BB381F'

red 187 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #BB381F

Tints of Harley Davidson Orange #BB381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 68.25%
G = 20.44%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB381F (or 0xBB381F) is known color: Harley Davidson Orange. HEX triplet: BB, 38 and 1F. RGB value is (187,56,31). Sum of RGB (Red+Green+Blue) = 187+56+31=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB381F is #44C7E0. Grayscale: #5C5C5C. Windows color (decimal): -4507617 or 2046139. OLE color: 2046139.

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

Color convert

RGB 187 56 31 -
CMYK 0 0.70 0.83 0.27
HSL 9.62º 0.72% 0.43% -
HSV(B) 9.62º 0.83% 0.73% -
XYZ 22.16 13.49 2.73 -
YUV 92.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 187 56 31 0 0.70 0.83 0.27 9.62 0.72 0.43
Hex BB 38 1F 0 46 53 1B A 48 2B
Octal 273 70 37 0 106 123 33 12 110 53
Binary 10111011 111000 11111 0 1000110 1010011 11011 1010 1001000 101011

Color Harmonies of #BB381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB381F

Black with #BB381F

Text Example


Text Example

White with #BB381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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