Html Css Color HEX #BD7314 Ochre

📋 copy color: '#BD7314'

red 189 ◦ green 115 ◦ blue 20

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

Shades of Ochre #BD7314

Tints of Ochre #BD7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

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

R = 58.33%
G = 35.49%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD7314 (or 0xBD7314) is known color: Ochre. HEX triplet: BD, 73 and 14. RGB value is (189,115,20). Sum of RGB (Red+Green+Blue) = 189+115+20=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7314 is #428CEB. Grayscale: #7E7E7E. Windows color (decimal): -4361452 or 1340349. OLE color: 1340349.

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

Color convert

RGB 189 115 20 -
CMYK 0 0.39 0.89 0.26
HSL 33.73º 0.81% 0.41% -
HSV(B) 33.73º 0.89% 0.74% -
XYZ 27.24 23.13 3.69 -
YUV 126.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 189 115 20 0 0.39 0.89 0.26 33.73 0.81 0.41
Hex BD 73 14 0 27 59 1A 22 51 29
Octal 275 163 24 0 47 131 32 42 121 51
Binary 10111101 1110011 10100 0 100111 1011001 11010 100010 1010001 101001

Color Harmonies of #BD7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7314

Black with #BD7314

Text Example


Text Example

White with #BD7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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