Html Css Color HEX #BD7615 Ochre

📋 copy color: '#BD7615'

red 189 ◦ green 118 ◦ blue 21

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

Shades of Ochre #BD7615

Tints of Ochre #BD7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 57.62%
G = 35.98%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD7615 (or 0xBD7615) is known color: Ochre. HEX triplet: BD, 76 and 15. RGB value is (189,118,21). Sum of RGB (Red+Green+Blue) = 189+118+21=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7615 is #4289EA. Grayscale: #808080. Windows color (decimal): -4360683 or 1406653. OLE color: 1406653.

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

Color convert

RGB 189 118 21 -
CMYK 0 0.38 0.89 0.26
HSL 34.64º 0.8% 0.41% -
HSV(B) 34.64º 0.89% 0.74% -
XYZ 27.6 23.83 3.85 -
YUV 128.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 189 118 21 0 0.38 0.89 0.26 34.64 0.8 0.41
Hex BD 76 15 0 26 59 1A 23 50 29
Octal 275 166 25 0 46 131 32 43 120 51
Binary 10111101 1110110 10101 0 100110 1011001 11010 100011 1010000 101001

Color Harmonies of #BD7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7615

Black with #BD7615

Text Example


Text Example

White with #BD7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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