Html Css Color HEX #BB381E Harley Davidson Orange

📋 copy color: '#BB381E'

red 187 ◦ green 56 ◦ blue 30

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

Shades of Harley Davidson Orange #BB381E

Tints of Harley Davidson Orange #BB381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 68.5%
G = 20.51%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB381E (or 0xBB381E) is known color: Harley Davidson Orange. HEX triplet: BB, 38 and 1E. RGB value is (187,56,30). Sum of RGB (Red+Green+Blue) = 187+56+30=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB381E is #44C7E1. Grayscale: #5C5C5C. Windows color (decimal): -4507618 or 1980603. OLE color: 1980603.

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

Color convert

RGB 187 56 30 -
CMYK 0 0.70 0.84 0.27
HSL 9.94º 0.72% 0.43% -
HSV(B) 9.94º 0.84% 0.73% -
XYZ 22.14 13.49 2.66 -
YUV 92.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 187 56 30 0 0.70 0.84 0.27 9.94 0.72 0.43
Hex BB 38 1E 0 46 54 1B A 48 2B
Octal 273 70 36 0 106 124 33 12 110 53
Binary 10111011 111000 11110 0 1000110 1010100 11011 1010 1001000 101011

Color Harmonies of #BB381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB381E

Black with #BB381E

Text Example


Text Example

White with #BB381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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