Html Css Color HEX #BD6B0E Ochre

📋 copy color: '#BD6B0E'

red 189 ◦ green 107 ◦ blue 14

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

Shades of Ochre #BD6B0E

Tints of Ochre #BD6B0E

RGB

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

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

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

R = 60.97%
G = 34.52%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD6B0E (or 0xBD6B0E) is known color: Ochre. HEX triplet: BD, 6B and 0E. RGB value is (189,107,14). Sum of RGB (Red+Green+Blue) = 189+107+14=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6B0E is #4294F1. Grayscale: #797979. Windows color (decimal): -4363506 or 945085. OLE color: 945085.

HSL color Cylindrical-coordinate representation of color #BD6B0E: hue angle of 31.89º 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 #BD6B0E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 14 -
CMYK 0 0.43 0.93 0.26
HSL 31.89º 0.86% 0.4% -
HSV(B) 31.89º 0.93% 0.74% -
XYZ 26.32 21.37 3.15 -
YUV 120.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 189 107 14 0 0.43 0.93 0.26 31.89 0.86 0.4
Hex BD 6B E 0 2B 5D 1A 20 56 28
Octal 275 153 16 0 53 135 32 40 126 50
Binary 10111101 1101011 1110 0 101011 1011101 11010 100000 1010110 101000

Color Harmonies of #BD6B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B0E

Black with #BD6B0E

Text Example


Text Example

White with #BD6B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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