Html Css Color HEX #BF381A Harley Davidson Orange

📋 copy color: '#BF381A'

red 191 ◦ green 56 ◦ blue 26

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

Shades of Harley Davidson Orange #BF381A

Tints of Harley Davidson Orange #BF381A

RGB

 RED value IS 191 (75% from 255) = 69.96%

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 69.96%
G = 20.51%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF381A (or 0xBF381A) is known color: Harley Davidson Orange. HEX triplet: BF, 38 and 1A. RGB value is (191,56,26). Sum of RGB (Red+Green+Blue) = 191+56+26=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF381A is #40C7E5. Grayscale: #5D5D5D. Windows color (decimal): -4245478 or 1718463. OLE color: 1718463.

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

Color convert

RGB 191 56 26 -
CMYK 0 0.71 0.86 0.25
HSL 10.91º 0.76% 0.43% -
HSV(B) 10.91º 0.86% 0.75% -
XYZ 23.09 13.98 2.46 -
YUV 92.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 191 56 26 0 0.71 0.86 0.25 10.91 0.76 0.43
Hex BF 38 1A 0 47 56 19 B 4C 2B
Octal 277 70 32 0 107 126 31 13 114 53
Binary 10111111 111000 11010 0 1000111 1010110 11001 1011 1001100 101011

Color Harmonies of #BF381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF381A

Black with #BF381A

Text Example


Text Example

White with #BF381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF381A; }

 p { color: rgb(191,56,26); }

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

background-color css

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

 a { background-color: rgb(191,56,26); }

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

border-color css

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

 span { border-color: rgb(191,56,26); }

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