Html Css Color HEX #BD7114 Ochre

📋 copy color: '#BD7114'

red 189 ◦ green 113 ◦ blue 20

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

Shades of Ochre #BD7114

Tints of Ochre #BD7114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 58.7%
G = 35.09%
B = 6.21%

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

#BD7114 (or 0xBD7114) is known color: Ochre. HEX triplet: BD, 71 and 14. RGB value is (189,113,20). Sum of RGB (Red+Green+Blue) = 189+113+20=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7114 is #428EEB. Grayscale: #7D7D7D. Windows color (decimal): -4361964 or 1339837. OLE color: 1339837.

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

Color convert

RGB 189 113 20 -
CMYK 0 0.40 0.89 0.26
HSL 33.02º 0.81% 0.41% -
HSV(B) 33.02º 0.89% 0.74% -
XYZ 27.02 22.68 3.62 -
YUV 125.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 189 113 20 0 0.40 0.89 0.26 33.02 0.81 0.41
Hex BD 71 14 0 28 59 1A 21 51 29
Octal 275 161 24 0 50 131 32 41 121 51
Binary 10111101 1110001 10100 0 101000 1011001 11010 100001 1010001 101001

Color Harmonies of #BD7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7114

Black with #BD7114

Text Example


Text Example

White with #BD7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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