Html Css Color HEX #BF6B19 Ochre

📋 copy color: '#BF6B19'

red 191 ◦ green 107 ◦ blue 25

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

Shades of Ochre #BF6B19

Tints of Ochre #BF6B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 59.13%
G = 33.13%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF6B19 (or 0xBF6B19) is known color: Ochre. HEX triplet: BF, 6B and 19. RGB value is (191,107,25). Sum of RGB (Red+Green+Blue) = 191+107+25=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B19 is #4094E6. Grayscale: #7B7B7B. Windows color (decimal): -4232423 or 1665983. OLE color: 1665983.

HSL color Cylindrical-coordinate representation of color #BF6B19: hue angle of 29.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF6B19 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 25 -
CMYK 0 0.44 0.87 0.25
HSL 29.64º 0.77% 0.42% -
HSV(B) 29.64º 0.87% 0.75% -
XYZ 26.92 21.66 3.68 -
YUV 122.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 191 107 25 0 0.44 0.87 0.25 29.64 0.77 0.42
Hex BF 6B 19 0 2C 57 19 1E 4D 2A
Octal 277 153 31 0 54 127 31 36 115 52
Binary 10111111 1101011 11001 0 101100 1010111 11001 11110 1001101 101010

Color Harmonies of #BF6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B19

Black with #BF6B19

Text Example


Text Example

White with #BF6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B19; }

 p { color: rgb(191,107,25); }

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

background-color css

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

 a { background-color: rgb(191,107,25); }

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

border-color css

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

 span { border-color: rgb(191,107,25); }

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