Html Css Color HEX #B62E0E Harley Davidson Orange

📋 copy color: '#B62E0E'

red 182 ◦ green 46 ◦ blue 14

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

Shades of Harley Davidson Orange #B62E0E

Tints of Harley Davidson Orange #B62E0E

RGB

 RED value IS 182 (71.48% from 255) = 75.21%

 GREEN value IS 46 (18.36% from 255) = 19.01%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 75.21%
G = 19.01%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B62E0E (or 0xB62E0E) is known color: Harley Davidson Orange. HEX triplet: B6, 2E and 0E. RGB value is (182,46,14). Sum of RGB (Red+Green+Blue) = 182+46+14=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62E0E is #49D1F1. Grayscale: #535353. Windows color (decimal): -4837874 or 929462. OLE color: 929462.

HSL color Cylindrical-coordinate representation of color #B62E0E: hue angle of 11.43º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B62E0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 46 14 -
CMYK 0 0.75 0.92 0.29
HSL 11.43º 0.86% 0.38% -
HSV(B) 11.43º 0.92% 0.71% -
XYZ 20.35 11.93 1.65 -
YUV 83.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 182 46 14 0 0.75 0.92 0.29 11.43 0.86 0.38
Hex B6 2E E 0 4B 5C 1D B 56 26
Octal 266 56 16 0 113 134 35 13 126 46
Binary 10110110 101110 1110 0 1001011 1011100 11101 1011 1010110 100110

Color Harmonies of #B62E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62E0E

Black with #B62E0E

Text Example


Text Example

White with #B62E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62E0E; }

 p { color: rgb(182,46,14); }

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

background-color css

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

 a { background-color: rgb(182,46,14); }

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

border-color css

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

 span { border-color: rgb(182,46,14); }

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