Html Css Color HEX #B8381D Harley Davidson Orange

📋 copy color: '#B8381D'

red 184 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #B8381D

Tints of Harley Davidson Orange #B8381D

RGB

 RED value IS 184 (72.27% from 255) = 68.4%

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 68.4%
G = 20.82%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8381D (or 0xB8381D) is known color: Harley Davidson Orange. HEX triplet: B8, 38 and 1D. RGB value is (184,56,29). Sum of RGB (Red+Green+Blue) = 184+56+29=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8381D is #47C7E2. Grayscale: #5B5B5B. Windows color (decimal): -4704227 or 1915064. OLE color: 1915064.

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

Color convert

RGB 184 56 29 -
CMYK 0 0.70 0.84 0.28
HSL 10.45º 0.73% 0.42% -
HSV(B) 10.45º 0.84% 0.72% -
XYZ 21.4 13.11 2.56 -
YUV 91.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 184 56 29 0 0.70 0.84 0.28 10.45 0.73 0.42
Hex B8 38 1D 0 46 54 1C A 49 2A
Octal 270 70 35 0 106 124 34 12 111 52
Binary 10111000 111000 11101 0 1000110 1010100 11100 1010 1001001 101010

Color Harmonies of #B8381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8381D

Black with #B8381D

Text Example


Text Example

White with #B8381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8381D; }

 p { color: rgb(184,56,29); }

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

background-color css

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

 a { background-color: rgb(184,56,29); }

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

border-color css

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

 span { border-color: rgb(184,56,29); }

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