Html Css Color HEX #BD6F19 Ochre

📋 copy color: '#BD6F19'

red 189 ◦ green 111 ◦ blue 25

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

Shades of Ochre #BD6F19

Tints of Ochre #BD6F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

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

R = 58.15%
G = 34.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD6F19 (or 0xBD6F19) is known color: Ochre. HEX triplet: BD, 6F and 19. RGB value is (189,111,25). Sum of RGB (Red+Green+Blue) = 189+111+25=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F19 is #4290E6. Grayscale: #7C7C7C. Windows color (decimal): -4362471 or 1667005. OLE color: 1667005.

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

Color convert

RGB 189 111 25 -
CMYK 0 0.41 0.87 0.26
HSL 31.46º 0.77% 0.42% -
HSV(B) 31.46º 0.87% 0.74% -
XYZ 26.85 22.26 3.8 -
YUV 124.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 189 111 25 0 0.41 0.87 0.26 31.46 0.77 0.42
Hex BD 6F 19 0 29 57 1A 1F 4D 2A
Octal 275 157 31 0 51 127 32 37 115 52
Binary 10111101 1101111 11001 0 101001 1010111 11010 11111 1001101 101010

Color Harmonies of #BD6F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F19

Black with #BD6F19

Text Example


Text Example

White with #BD6F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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