Html Css Color HEX #BD6B1B Ochre

📋 copy color: '#BD6B1B'

red 189 ◦ green 107 ◦ blue 27

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

Shades of Ochre #BD6B1B

Tints of Ochre #BD6B1B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 58.51%
G = 33.13%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD6B1B (or 0xBD6B1B) is known color: Ochre. HEX triplet: BD, 6B and 1B. RGB value is (189,107,27). Sum of RGB (Red+Green+Blue) = 189+107+27=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B1B is #4294E4. Grayscale: #7A7A7A. Windows color (decimal): -4363493 or 1797053. OLE color: 1797053.

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

Color convert

RGB 189 107 27 -
CMYK 0 0.43 0.86 0.26
HSL 29.63º 0.75% 0.42% -
HSV(B) 29.63º 0.86% 0.74% -
XYZ 26.44 21.41 3.78 -
YUV 122.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 189 107 27 0 0.43 0.86 0.26 29.63 0.75 0.42
Hex BD 6B 1B 0 2B 56 1A 1E 4B 2A
Octal 275 153 33 0 53 126 32 36 113 52
Binary 10111101 1101011 11011 0 101011 1010110 11010 11110 1001011 101010

Color Harmonies of #BD6B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B1B

Black with #BD6B1B

Text Example


Text Example

White with #BD6B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B1B; }

 p { color: rgb(189,107,27); }

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

background-color css

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

 a { background-color: rgb(189,107,27); }

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

border-color css

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

 span { border-color: rgb(189,107,27); }

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