Html Css Color HEX #BD7115 Ochre

📋 copy color: '#BD7115'

red 189 ◦ green 113 ◦ blue 21

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

Shades of Ochre #BD7115

Tints of Ochre #BD7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 58.51%
G = 34.98%
B = 6.5%

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

#BD7115 (or 0xBD7115) is known color: Ochre. HEX triplet: BD, 71 and 15. RGB value is (189,113,21). Sum of RGB (Red+Green+Blue) = 189+113+21=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7115 is #428EEA. Grayscale: #7D7D7D. Windows color (decimal): -4361963 or 1405373. OLE color: 1405373.

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

Color convert

RGB 189 113 21 -
CMYK 0 0.40 0.89 0.26
HSL 32.86º 0.8% 0.41% -
HSV(B) 32.86º 0.89% 0.74% -
XYZ 27.03 22.68 3.66 -
YUV 125.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 189 113 21 0 0.40 0.89 0.26 32.86 0.8 0.41
Hex BD 71 15 0 28 59 1A 21 50 29
Octal 275 161 25 0 50 131 32 41 120 51
Binary 10111101 1110001 10101 0 101000 1011001 11010 100001 1010000 101001

Color Harmonies of #BD7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7115

Black with #BD7115

Text Example


Text Example

White with #BD7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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