Html Css Color HEX #BD8324 Geebung

📋 copy color: '#BD8324'

red 189 ◦ green 131 ◦ blue 36

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

Shades of Geebung #BD8324

Tints of Geebung #BD8324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 53.09%
G = 36.8%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8324 (or 0xBD8324) is known color: Geebung. HEX triplet: BD, 83 and 24. RGB value is (189,131,36). Sum of RGB (Red+Green+Blue) = 189+131+36=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8324 is #427CDB. Grayscale: #898989. Windows color (decimal): -4357340 or 2393021. OLE color: 2393021.

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

Color convert

RGB 189 131 36 -
CMYK 0 0.31 0.81 0.26
HSL 37.25º 0.68% 0.44% -
HSV(B) 37.25º 0.81% 0.74% -
XYZ 29.42 27.18 5.36 -
YUV 137.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 189 131 36 0 0.31 0.81 0.26 37.25 0.68 0.44
Hex BD 83 24 0 1F 51 1A 25 44 2C
Octal 275 203 44 0 37 121 32 45 104 54
Binary 10111101 10000011 100100 0 11111 1010001 11010 100101 1000100 101100

Color Harmonies of #BD8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8324

Black with #BD8324

Text Example


Text Example

White with #BD8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8324; }

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

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

background-color css

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

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

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

border-color css

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

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

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