Html Css Color HEX #BF6B14 Ochre

📋 copy color: '#BF6B14'

red 191 ◦ green 107 ◦ blue 20

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

Shades of Ochre #BF6B14

Tints of Ochre #BF6B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 60.06%
G = 33.65%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF6B14 (or 0xBF6B14) is known color: Ochre. HEX triplet: BF, 6B and 14. RGB value is (191,107,20). Sum of RGB (Red+Green+Blue) = 191+107+20=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B14 is #4094EB. Grayscale: #7A7A7A. Windows color (decimal): -4232428 or 1338303. OLE color: 1338303.

HSL color Cylindrical-coordinate representation of color #BF6B14: hue angle of 30.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6B14 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 107 20 -
CMYK 0 0.44 0.90 0.25
HSL 30.53º 0.81% 0.41% -
HSV(B) 30.53º 0.9% 0.75% -
XYZ 26.87 21.64 3.42 -
YUV 122.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 191 107 20 0 0.44 0.90 0.25 30.53 0.81 0.41
Hex BF 6B 14 0 2C 5A 19 1F 51 29
Octal 277 153 24 0 54 132 31 37 121 51
Binary 10111111 1101011 10100 0 101100 1011010 11001 11111 1010001 101001

Color Harmonies of #BF6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B14

Black with #BF6B14

Text Example


Text Example

White with #BF6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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