Html Css Color HEX #BD7013 Ochre

📋 copy color: '#BD7013'

red 189 ◦ green 112 ◦ blue 19

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

Shades of Ochre #BD7013

Tints of Ochre #BD7013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 59.06%
G = 35%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7013 (or 0xBD7013) is known color: Ochre. HEX triplet: BD, 70 and 13. RGB value is (189,112,19). Sum of RGB (Red+Green+Blue) = 189+112+19=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7013 is #428FEC. Grayscale: #7C7C7C. Windows color (decimal): -4362221 or 1274045. OLE color: 1274045.

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

Color convert

RGB 189 112 19 -
CMYK 0 0.41 0.90 0.26
HSL 32.82º 0.82% 0.41% -
HSV(B) 32.82º 0.9% 0.74% -
XYZ 26.9 22.45 3.53 -
YUV 124.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 189 112 19 0 0.41 0.90 0.26 32.82 0.82 0.41
Hex BD 70 13 0 29 5A 1A 21 52 29
Octal 275 160 23 0 51 132 32 41 122 51
Binary 10111101 1110000 10011 0 101001 1011010 11010 100001 1010010 101001

Color Harmonies of #BD7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7013

Black with #BD7013

Text Example


Text Example

White with #BD7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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