Html Css Color HEX #BF6D0D Ochre

📋 copy color: '#BF6D0D'

red 191 ◦ green 109 ◦ blue 13

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

Shades of Ochre #BF6D0D

Tints of Ochre #BF6D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 61.02%
G = 34.82%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF6D0D (or 0xBF6D0D) is known color: Ochre. HEX triplet: BF, 6D and 0D. RGB value is (191,109,13). Sum of RGB (Red+Green+Blue) = 191+109+13=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D0D is #4092F2. Grayscale: #7B7B7B. Windows color (decimal): -4231923 or 880063. OLE color: 880063.

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

Color convert

RGB 191 109 13 -
CMYK 0 0.43 0.93 0.25
HSL 32.36º 0.87% 0.4% -
HSV(B) 32.36º 0.93% 0.75% -
XYZ 27.03 22.04 3.21 -
YUV 122.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 191 109 13 0 0.43 0.93 0.25 32.36 0.87 0.4
Hex BF 6D D 0 2B 5D 19 20 57 28
Octal 277 155 15 0 53 135 31 40 127 50
Binary 10111111 1101101 1101 0 101011 1011101 11001 100000 1010111 101000

Color Harmonies of #BF6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D0D

Black with #BF6D0D

Text Example


Text Example

White with #BF6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D0D; }

 p { color: rgb(191,109,13); }

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

background-color css

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

 a { background-color: rgb(191,109,13); }

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

border-color css

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

 span { border-color: rgb(191,109,13); }

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