Html Css Color HEX #BD7215 Ochre

📋 copy color: '#BD7215'

red 189 ◦ green 114 ◦ blue 21

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

Shades of Ochre #BD7215

Tints of Ochre #BD7215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 58.33%
G = 35.19%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD7215 (or 0xBD7215) is known color: Ochre. HEX triplet: BD, 72 and 15. RGB value is (189,114,21). Sum of RGB (Red+Green+Blue) = 189+114+21=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7215 is #428DEA. Grayscale: #7E7E7E. Windows color (decimal): -4361707 or 1405629. OLE color: 1405629.

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

Color convert

RGB 189 114 21 -
CMYK 0 0.40 0.89 0.26
HSL 33.21º 0.8% 0.41% -
HSV(B) 33.21º 0.89% 0.74% -
XYZ 27.14 22.91 3.7 -
YUV 125.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 189 114 21 0 0.40 0.89 0.26 33.21 0.8 0.41
Hex BD 72 15 0 28 59 1A 21 50 29
Octal 275 162 25 0 50 131 32 41 120 51
Binary 10111101 1110010 10101 0 101000 1011001 11010 100001 1010000 101001

Color Harmonies of #BD7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7215

Black with #BD7215

Text Example


Text Example

White with #BD7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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