Html Css Color HEX #BD6F0F Ochre

📋 copy color: '#BD6F0F'

red 189 ◦ green 111 ◦ blue 15

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

Shades of Ochre #BD6F0F

Tints of Ochre #BD6F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 60%
G = 35.24%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD6F0F (or 0xBD6F0F) is known color: Ochre. HEX triplet: BD, 6F and 0F. RGB value is (189,111,15). Sum of RGB (Red+Green+Blue) = 189+111+15=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F0F is #4290F0. Grayscale: #7B7B7B. Windows color (decimal): -4362481 or 1011645. OLE color: 1011645.

HSL color Cylindrical-coordinate representation of color #BD6F0F: hue angle of 33.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD6F0F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 111 15 -
CMYK 0 0.41 0.92 0.26
HSL 33.1º 0.85% 0.4% -
HSV(B) 33.1º 0.92% 0.74% -
XYZ 26.76 22.22 3.33 -
YUV 123.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 189 111 15 0 0.41 0.92 0.26 33.1 0.85 0.4
Hex BD 6F F 0 29 5C 1A 21 55 28
Octal 275 157 17 0 51 134 32 41 125 50
Binary 10111101 1101111 1111 0 101001 1011100 11010 100001 1010101 101000

Color Harmonies of #BD6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F0F

Black with #BD6F0F

Text Example


Text Example

White with #BD6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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