Html Css Color HEX #BD6F0E Ochre

📋 copy color: '#BD6F0E'

red 189 ◦ green 111 ◦ blue 14

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

Shades of Ochre #BD6F0E

Tints of Ochre #BD6F0E

RGB

 RED value IS 189 (74.22% from 255) = 60.19%

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 60.19%
G = 35.35%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD6F0E (or 0xBD6F0E) is known color: Ochre. HEX triplet: BD, 6F and 0E. RGB value is (189,111,14). Sum of RGB (Red+Green+Blue) = 189+111+14=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F0E is #4290F1. Grayscale: #7B7B7B. Windows color (decimal): -4362482 or 946109. OLE color: 946109.

HSL color Cylindrical-coordinate representation of color #BD6F0E: hue angle of 33.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD6F0E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 111 14 -
CMYK 0 0.41 0.93 0.26
HSL 33.26º 0.86% 0.4% -
HSV(B) 33.26º 0.93% 0.74% -
XYZ 26.75 22.22 3.29 -
YUV 123.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 189 111 14 0 0.41 0.93 0.26 33.26 0.86 0.4
Hex BD 6F E 0 29 5D 1A 21 56 28
Octal 275 157 16 0 51 135 32 41 126 50
Binary 10111101 1101111 1110 0 101001 1011101 11010 100001 1010110 101000

Color Harmonies of #BD6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F0E

Black with #BD6F0E

Text Example


Text Example

White with #BD6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F0E; }

 p { color: rgb(189,111,14); }

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

background-color css

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

 a { background-color: rgb(189,111,14); }

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

border-color css

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

 span { border-color: rgb(189,111,14); }

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