Html Css Color HEX #BD7010 Ochre

📋 copy color: '#BD7010'

red 189 ◦ green 112 ◦ blue 16

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

Shades of Ochre #BD7010

Tints of Ochre #BD7010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 59.62%
G = 35.33%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD7010 (or 0xBD7010) is known color: Ochre. HEX triplet: BD, 70 and 10. RGB value is (189,112,16). Sum of RGB (Red+Green+Blue) = 189+112+16=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7010 is #428FEF. Grayscale: #7C7C7C. Windows color (decimal): -4362224 or 1077437. OLE color: 1077437.

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

Color convert

RGB 189 112 16 -
CMYK 0 0.41 0.92 0.26
HSL 33.29º 0.84% 0.4% -
HSV(B) 33.29º 0.92% 0.74% -
XYZ 26.87 22.44 3.41 -
YUV 124.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 189 112 16 0 0.41 0.92 0.26 33.29 0.84 0.4
Hex BD 70 10 0 29 5C 1A 21 54 28
Octal 275 160 20 0 51 134 32 41 124 50
Binary 10111101 1110000 10000 0 101001 1011100 11010 100001 1010100 101000

Color Harmonies of #BD7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7010

Black with #BD7010

Text Example


Text Example

White with #BD7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7010; }

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

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

background-color css

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

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

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

border-color css

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

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

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