Html Css Color HEX #BD6A19 Ochre

📋 copy color: '#BD6A19'

red 189 ◦ green 106 ◦ blue 25

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

Shades of Ochre #BD6A19

Tints of Ochre #BD6A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 59.06%
G = 33.13%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD6A19 (or 0xBD6A19) is known color: Ochre. HEX triplet: BD, 6A and 19. RGB value is (189,106,25). Sum of RGB (Red+Green+Blue) = 189+106+25=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6A19 is #4295E6. Grayscale: #797979. Windows color (decimal): -4363751 or 1665725. OLE color: 1665725.

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

Color convert

RGB 189 106 25 -
CMYK 0 0.44 0.87 0.26
HSL 29.63º 0.77% 0.42% -
HSV(B) 29.63º 0.87% 0.74% -
XYZ 26.32 21.2 3.62 -
YUV 121.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 189 106 25 0 0.44 0.87 0.26 29.63 0.77 0.42
Hex BD 6A 19 0 2C 57 1A 1E 4D 2A
Octal 275 152 31 0 54 127 32 36 115 52
Binary 10111101 1101010 11001 0 101100 1010111 11010 11110 1001101 101010

Color Harmonies of #BD6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A19

Black with #BD6A19

Text Example


Text Example

White with #BD6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A19; }

 p { color: rgb(189,106,25); }

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

background-color css

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

 a { background-color: rgb(189,106,25); }

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

border-color css

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

 span { border-color: rgb(189,106,25); }

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