Html Css Color HEX #BB381C Harley Davidson Orange

📋 copy color: '#BB381C'

red 187 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #BB381C

Tints of Harley Davidson Orange #BB381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 69%
G = 20.66%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB381C (or 0xBB381C) is known color: Harley Davidson Orange. HEX triplet: BB, 38 and 1C. RGB value is (187,56,28). Sum of RGB (Red+Green+Blue) = 187+56+28=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB381C is #44C7E3. Grayscale: #5C5C5C. Windows color (decimal): -4507620 or 1849531. OLE color: 1849531.

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

Color convert

RGB 187 56 28 -
CMYK 0 0.70 0.85 0.27
HSL 10.57º 0.74% 0.42% -
HSV(B) 10.57º 0.85% 0.73% -
XYZ 22.12 13.48 2.53 -
YUV 91.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 187 56 28 0 0.70 0.85 0.27 10.57 0.74 0.42
Hex BB 38 1C 0 46 55 1B B 4A 2A
Octal 273 70 34 0 106 125 33 13 112 52
Binary 10111011 111000 11100 0 1000110 1010101 11011 1011 1001010 101010

Color Harmonies of #BB381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB381C

Black with #BB381C

Text Example


Text Example

White with #BB381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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