Html Css Color HEX #BD270F Harley Davidson Orange

📋 copy color: '#BD270F'

red 189 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #BD270F

Tints of Harley Davidson Orange #BD270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 77.78%
G = 16.05%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD270F (or 0xBD270F) is known color: Harley Davidson Orange. HEX triplet: BD, 27 and 0F. RGB value is (189,39,15). Sum of RGB (Red+Green+Blue) = 189+39+15=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD270F is #42D8F0. Grayscale: #515151. Windows color (decimal): -4380913 or 993213. OLE color: 993213.

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

Color convert

RGB 189 39 15 -
CMYK 0 0.79 0.92 0.26
HSL 8.28º 0.85% 0.4% -
HSV(B) 8.28º 0.92% 0.74% -
XYZ 21.8 12.3 1.68 -
YUV 81.11 90.7 204.95 -
System Red Green Blue C M Y K H S L
Decimal 189 39 15 0 0.79 0.92 0.26 8.28 0.85 0.4
Hex BD 27 F 0 4F 5C 1A 8 55 28
Octal 275 47 17 0 117 134 32 10 125 50
Binary 10111101 100111 1111 0 1001111 1011100 11010 1000 1010101 101000

Color Harmonies of #BD270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD270F

Black with #BD270F

Text Example


Text Example

White with #BD270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD270F; }

 p { color: rgb(189,39,15); }

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

background-color css

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

 a { background-color: rgb(189,39,15); }

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

border-color css

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

 span { border-color: rgb(189,39,15); }

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