Html Css Color HEX #BD7113 Ochre

📋 copy color: '#BD7113'

red 189 ◦ green 113 ◦ blue 19

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

Shades of Ochre #BD7113

Tints of Ochre #BD7113

RGB

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

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

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

R = 58.88%
G = 35.2%
B = 5.92%

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

#BD7113 (or 0xBD7113) is known color: Ochre. HEX triplet: BD, 71 and 13. RGB value is (189,113,19). Sum of RGB (Red+Green+Blue) = 189+113+19=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7113 is #428EEC. Grayscale: #7D7D7D. Windows color (decimal): -4361965 or 1274301. OLE color: 1274301.

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

Color convert

RGB 189 113 19 -
CMYK 0 0.40 0.90 0.26
HSL 33.18º 0.82% 0.41% -
HSV(B) 33.18º 0.9% 0.74% -
XYZ 27.01 22.68 3.57 -
YUV 125.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 189 113 19 0 0.40 0.90 0.26 33.18 0.82 0.41
Hex BD 71 13 0 28 5A 1A 21 52 29
Octal 275 161 23 0 50 132 32 41 122 51
Binary 10111101 1110001 10011 0 101000 1011010 11010 100001 1010010 101001

Color Harmonies of #BD7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7113

Black with #BD7113

Text Example


Text Example

White with #BD7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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