Html Css Color HEX #BD7213 Ochre

📋 copy color: '#BD7213'

red 189 ◦ green 114 ◦ blue 19

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

Shades of Ochre #BD7213

Tints of Ochre #BD7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 58.7%
G = 35.4%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7213 (or 0xBD7213) is known color: Ochre. HEX triplet: BD, 72 and 13. RGB value is (189,114,19). Sum of RGB (Red+Green+Blue) = 189+114+19=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7213 is #428DEC. Grayscale: #7E7E7E. Windows color (decimal): -4361709 or 1274557. OLE color: 1274557.

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

Color convert

RGB 189 114 19 -
CMYK 0 0.40 0.90 0.26
HSL 33.53º 0.82% 0.41% -
HSV(B) 33.53º 0.9% 0.74% -
XYZ 27.12 22.9 3.61 -
YUV 125.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 189 114 19 0 0.40 0.90 0.26 33.53 0.82 0.41
Hex BD 72 13 0 28 5A 1A 22 52 29
Octal 275 162 23 0 50 132 32 42 122 51
Binary 10111101 1110010 10011 0 101000 1011010 11010 100010 1010010 101001

Color Harmonies of #BD7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7213

Black with #BD7213

Text Example


Text Example

White with #BD7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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