Html Css Color HEX #BD6C1A Ochre

📋 copy color: '#BD6C1A'

red 189 ◦ green 108 ◦ blue 26

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

Shades of Ochre #BD6C1A

Tints of Ochre #BD6C1A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 58.51%
G = 33.44%
B = 8.05%

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

#BD6C1A (or 0xBD6C1A) is known color: Ochre. HEX triplet: BD, 6C and 1A. RGB value is (189,108,26). Sum of RGB (Red+Green+Blue) = 189+108+26=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C1A is #4293E5. Grayscale: #7B7B7B. Windows color (decimal): -4363238 or 1731773. OLE color: 1731773.

HSL color Cylindrical-coordinate representation of color #BD6C1A: hue angle of 30.18º degrees, saturation: 0.76, 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 #BD6C1A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 108 26 -
CMYK 0 0.43 0.86 0.26
HSL 30.18º 0.76% 0.42% -
HSV(B) 30.18º 0.86% 0.74% -
XYZ 26.54 21.62 3.75 -
YUV 122.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 189 108 26 0 0.43 0.86 0.26 30.18 0.76 0.42
Hex BD 6C 1A 0 2B 56 1A 1E 4C 2A
Octal 275 154 32 0 53 126 32 36 114 52
Binary 10111101 1101100 11010 0 101011 1010110 11010 11110 1001100 101010

Color Harmonies of #BD6C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C1A

Black with #BD6C1A

Text Example


Text Example

White with #BD6C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C1A; }

 p { color: rgb(189,108,26); }

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

background-color css

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

 a { background-color: rgb(189,108,26); }

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

border-color css

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

 span { border-color: rgb(189,108,26); }

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