Html Css Color HEX #BF6C10 Ochre

📋 copy color: '#BF6C10'

red 191 ◦ green 108 ◦ blue 16

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

Shades of Ochre #BF6C10

Tints of Ochre #BF6C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 60.63%
G = 34.29%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF6C10 (or 0xBF6C10) is known color: Ochre. HEX triplet: BF, 6C and 10. RGB value is (191,108,16). Sum of RGB (Red+Green+Blue) = 191+108+16=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C10 is #4093EF. Grayscale: #7A7A7A. Windows color (decimal): -4232176 or 1076415. OLE color: 1076415.

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

Color convert

RGB 191 108 16 -
CMYK 0 0.43 0.92 0.25
HSL 31.54º 0.85% 0.41% -
HSV(B) 31.54º 0.92% 0.75% -
XYZ 26.94 21.84 3.29 -
YUV 122.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 191 108 16 0 0.43 0.92 0.25 31.54 0.85 0.41
Hex BF 6C 10 0 2B 5C 19 20 55 29
Octal 277 154 20 0 53 134 31 40 125 51
Binary 10111111 1101100 10000 0 101011 1011100 11001 100000 1010101 101001

Color Harmonies of #BF6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C10

Black with #BF6C10

Text Example


Text Example

White with #BF6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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