#BD8335

Color #BD8335 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #BD8335

Tints of Geebung #BD8335

Color information

#BD8335 (or 0xBD8335) is unknown color: approx Geebung. HEX triplet: BD, 83 and 35. RGB value is (189,131,53). Sum of RGB (Red+Green+Blue) = 189+131+53=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8335 is #427CCA. Grayscale: #8B8B8B. Windows color (decimal): -4357323 or 3507133. OLE color: 3507133.

HSL color Cylindrical-coordinate representation of color #BD8335: hue angle of 34.41º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD8335 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18913153-
CMYK00.310.720.26
HSL34.41º56.2%47.45%-
HSV(B)34.41º71.96%74.12%-
XYZ29.7527.317.07-
YUV139.4579.22163.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=50.67%
G=35.12%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891315300.310.720.2634.4156.247.45
HexBD833501F481A22382f
Octal2752036503711032427057
Binary1011110110000011110101011111100100011010100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8335; }

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

 H1.HeaderClassName
 {
   color: #BD8335;
 }
 .AnyTagClassName
 {
   color: #BD8335;
 }
</style>
background-color css

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

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

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

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

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

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