Html Css Color HEX #B7381F Harley Davidson Orange

📋 copy color: '#B7381F'

red 183 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #B7381F

Tints of Harley Davidson Orange #B7381F

RGB

 RED value IS 183 (71.88% from 255) = 67.78%

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 67.78%
G = 20.74%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7381F (or 0xB7381F) is known color: Harley Davidson Orange. HEX triplet: B7, 38 and 1F. RGB value is (183,56,31). Sum of RGB (Red+Green+Blue) = 183+56+31=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7381F is #48C7E0. Grayscale: #5B5B5B. Windows color (decimal): -4769761 or 2046135. OLE color: 2046135.

HSL color Cylindrical-coordinate representation of color #B7381F: hue angle of 9.87º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7381F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 31 -
CMYK 0 0.69 0.83 0.28
HSL 9.87º 0.71% 0.42% -
HSV(B) 9.87º 0.83% 0.72% -
XYZ 21.19 12.99 2.69 -
YUV 91.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 183 56 31 0 0.69 0.83 0.28 9.87 0.71 0.42
Hex B7 38 1F 0 45 53 1C A 47 2A
Octal 267 70 37 0 105 123 34 12 107 52
Binary 10110111 111000 11111 0 1000101 1010011 11100 1010 1000111 101010

Color Harmonies of #B7381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7381F

Black with #B7381F

Text Example


Text Example

White with #B7381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7381F; }

 p { color: rgb(183,56,31); }

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

background-color css

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

 a { background-color: rgb(183,56,31); }

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

border-color css

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

 span { border-color: rgb(183,56,31); }

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