Html Css Color HEX #BF6B16 Ochre

📋 copy color: '#BF6B16'

red 191 ◦ green 107 ◦ blue 22

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

Shades of Ochre #BF6B16

Tints of Ochre #BF6B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 59.69%
G = 33.44%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF6B16 (or 0xBF6B16) is known color: Ochre. HEX triplet: BF, 6B and 16. RGB value is (191,107,22). Sum of RGB (Red+Green+Blue) = 191+107+22=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B16 is #4094E9. Grayscale: #7A7A7A. Windows color (decimal): -4232426 or 1469375. OLE color: 1469375.

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

Color convert

RGB 191 107 22 -
CMYK 0 0.44 0.88 0.25
HSL 30.18º 0.79% 0.42% -
HSV(B) 30.18º 0.88% 0.75% -
XYZ 26.89 21.65 3.52 -
YUV 122.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 191 107 22 0 0.44 0.88 0.25 30.18 0.79 0.42
Hex BF 6B 16 0 2C 58 19 1E 4F 2A
Octal 277 153 26 0 54 130 31 36 117 52
Binary 10111111 1101011 10110 0 101100 1011000 11001 11110 1001111 101010

Color Harmonies of #BF6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B16

Black with #BF6B16

Text Example


Text Example

White with #BF6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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