Html Css Color HEX #BD8524 Geebung

📋 copy color: '#BD8524'

red 189 ◦ green 133 ◦ blue 36

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

Shades of Geebung #BD8524

Tints of Geebung #BD8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 52.79%
G = 37.15%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8524 (or 0xBD8524) is known color: Geebung. HEX triplet: BD, 85 and 24. RGB value is (189,133,36). Sum of RGB (Red+Green+Blue) = 189+133+36=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8524 is #427ADB. Grayscale: #8B8B8B. Windows color (decimal): -4356828 or 2393533. OLE color: 2393533.

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

Color convert

RGB 189 133 36 -
CMYK 0 0.30 0.81 0.26
HSL 38.04º 0.68% 0.44% -
HSV(B) 38.04º 0.81% 0.74% -
XYZ 29.69 27.72 5.45 -
YUV 138.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 189 133 36 0 0.30 0.81 0.26 38.04 0.68 0.44
Hex BD 85 24 0 1E 51 1A 26 44 2C
Octal 275 205 44 0 36 121 32 46 104 54
Binary 10111101 10000101 100100 0 11110 1010001 11010 100110 1000100 101100

Color Harmonies of #BD8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8524

Black with #BD8524

Text Example


Text Example

White with #BD8524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8524; }

 p { color: rgb(189,133,36); }

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

background-color css

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

 a { background-color: rgb(189,133,36); }

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

border-color css

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

 span { border-color: rgb(189,133,36); }

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