Html Css Color HEX #BD230C Harley Davidson Orange

📋 copy color: '#BD230C'

red 189 ◦ green 35 ◦ blue 12

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

Shades of Harley Davidson Orange #BD230C

Tints of Harley Davidson Orange #BD230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 80.08%
G = 14.83%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD230C (or 0xBD230C) is known color: Harley Davidson Orange. HEX triplet: BD, 23 and 0C. RGB value is (189,35,12). Sum of RGB (Red+Green+Blue) = 189+35+12=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD230C is #42DCF3. Grayscale: #4E4E4E. Windows color (decimal): -4381940 or 795581. OLE color: 795581.

HSL color Cylindrical-coordinate representation of color #BD230C: hue angle of 7.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD230C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 12 -
CMYK 0 0.81 0.94 0.26
HSL 7.8º 0.88% 0.39% -
HSV(B) 7.8º 0.94% 0.74% -
XYZ 21.65 12.05 1.53 -
YUV 78.42 90.52 206.87 -
System Red Green Blue C M Y K H S L
Decimal 189 35 12 0 0.81 0.94 0.26 7.8 0.88 0.39
Hex BD 23 C 0 51 5E 1A 8 58 27
Octal 275 43 14 0 121 136 32 10 130 47
Binary 10111101 100011 1100 0 1010001 1011110 11010 1000 1011000 100111

Color Harmonies of #BD230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD230C

Black with #BD230C

Text Example


Text Example

White with #BD230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD230C; }

 p { color: rgb(189,35,12); }

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

background-color css

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

 a { background-color: rgb(189,35,12); }

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

border-color css

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

 span { border-color: rgb(189,35,12); }

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