Html Css Color HEX #BD381C Harley Davidson Orange

📋 copy color: '#BD381C'

red 189 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #BD381C

Tints of Harley Davidson Orange #BD381C

RGB

 RED value IS 189 (74.22% from 255) = 69.23%

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

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

R = 69.23%
G = 20.51%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD381C (or 0xBD381C) is known color: Harley Davidson Orange. HEX triplet: BD, 38 and 1C. RGB value is (189,56,28). Sum of RGB (Red+Green+Blue) = 189+56+28=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD381C is #42C7E3. Grayscale: #5C5C5C. Windows color (decimal): -4376548 or 1849533. OLE color: 1849533.

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

Color convert

RGB 189 56 28 -
CMYK 0 0.70 0.85 0.26
HSL 10.43º 0.74% 0.43% -
HSV(B) 10.43º 0.85% 0.74% -
XYZ 22.61 13.73 2.56 -
YUV 92.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 189 56 28 0 0.70 0.85 0.26 10.43 0.74 0.43
Hex BD 38 1C 0 46 55 1A A 4A 2B
Octal 275 70 34 0 106 125 32 12 112 53
Binary 10111101 111000 11100 0 1000110 1010101 11010 1010 1001010 101011

Color Harmonies of #BD381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD381C

Black with #BD381C

Text Example


Text Example

White with #BD381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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