Html Css Color HEX #BD7117 Ochre

📋 copy color: '#BD7117'

red 189 ◦ green 113 ◦ blue 23

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

Shades of Ochre #BD7117

Tints of Ochre #BD7117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 58.15%
G = 34.77%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD7117 (or 0xBD7117) is known color: Ochre. HEX triplet: BD, 71 and 17. RGB value is (189,113,23). Sum of RGB (Red+Green+Blue) = 189+113+23=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7117 is #428EE8. Grayscale: #7D7D7D. Windows color (decimal): -4361961 or 1536445. OLE color: 1536445.

HSL color Cylindrical-coordinate representation of color #BD7117: hue angle of 32.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7117 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 23 -
CMYK 0 0.40 0.88 0.26
HSL 32.53º 0.78% 0.42% -
HSV(B) 32.53º 0.88% 0.74% -
XYZ 27.05 22.69 3.76 -
YUV 125.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 189 113 23 0 0.40 0.88 0.26 32.53 0.78 0.42
Hex BD 71 17 0 28 58 1A 21 4E 2A
Octal 275 161 27 0 50 130 32 41 116 52
Binary 10111101 1110001 10111 0 101000 1011000 11010 100001 1001110 101010

Color Harmonies of #BD7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7117

Black with #BD7117

Text Example


Text Example

White with #BD7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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