Html Css Color HEX #BD7014 Ochre

📋 copy color: '#BD7014'

red 189 ◦ green 112 ◦ blue 20

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

Shades of Ochre #BD7014

Tints of Ochre #BD7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 58.88%
G = 34.89%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD7014 (or 0xBD7014) is known color: Ochre. HEX triplet: BD, 70 and 14. RGB value is (189,112,20). Sum of RGB (Red+Green+Blue) = 189+112+20=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7014 is #428FEB. Grayscale: #7C7C7C. Windows color (decimal): -4362220 or 1339581. OLE color: 1339581.

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

Color convert

RGB 189 112 20 -
CMYK 0 0.41 0.89 0.26
HSL 32.66º 0.81% 0.41% -
HSV(B) 32.66º 0.89% 0.74% -
XYZ 26.91 22.46 3.58 -
YUV 124.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 189 112 20 0 0.41 0.89 0.26 32.66 0.81 0.41
Hex BD 70 14 0 29 59 1A 21 51 29
Octal 275 160 24 0 51 131 32 41 121 51
Binary 10111101 1110000 10100 0 101001 1011001 11010 100001 1010001 101001

Color Harmonies of #BD7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7014

Black with #BD7014

Text Example


Text Example

White with #BD7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7014; }

 p { color: rgb(189,112,20); }

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

background-color css

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

 a { background-color: rgb(189,112,20); }

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

border-color css

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

 span { border-color: rgb(189,112,20); }

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