Html Css Color HEX #BF6C12 Ochre

📋 copy color: '#BF6C12'

red 191 ◦ green 108 ◦ blue 18

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

Shades of Ochre #BF6C12

Tints of Ochre #BF6C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 60.25%
G = 34.07%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF6C12 (or 0xBF6C12) is known color: Ochre. HEX triplet: BF, 6C and 12. RGB value is (191,108,18). Sum of RGB (Red+Green+Blue) = 191+108+18=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C12 is #4093ED. Grayscale: #7B7B7B. Windows color (decimal): -4232174 or 1207487. OLE color: 1207487.

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

Color convert

RGB 191 108 18 -
CMYK 0 0.43 0.91 0.25
HSL 31.21º 0.83% 0.41% -
HSV(B) 31.21º 0.91% 0.75% -
XYZ 26.96 21.85 3.37 -
YUV 122.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 191 108 18 0 0.43 0.91 0.25 31.21 0.83 0.41
Hex BF 6C 12 0 2B 5B 19 1F 53 29
Octal 277 154 22 0 53 133 31 37 123 51
Binary 10111111 1101100 10010 0 101011 1011011 11001 11111 1010011 101001

Color Harmonies of #BF6C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C12

Black with #BF6C12

Text Example


Text Example

White with #BF6C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C12; }

 p { color: rgb(191,108,18); }

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

background-color css

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

 a { background-color: rgb(191,108,18); }

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

border-color css

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

 span { border-color: rgb(191,108,18); }

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