Html Css Color HEX #BD8237 Geebung

📋 copy color: '#BD8237'

red 189 ◦ green 130 ◦ blue 55

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

Shades of Geebung #BD8237

Tints of Geebung #BD8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 50.53%
G = 34.76%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD8237 (or 0xBD8237) is known color: Geebung. HEX triplet: BD, 82 and 37. RGB value is (189,130,55). Sum of RGB (Red+Green+Blue) = 189+130+55=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8237 is #427DC8. Grayscale: #8B8B8B. Windows color (decimal): -4357577 or 3637949. OLE color: 3637949.

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

Color convert

RGB 189 130 55 -
CMYK 0 0.31 0.71 0.26
HSL 33.58º 0.55% 0.48% -
HSV(B) 33.58º 0.71% 0.74% -
XYZ 29.66 27.06 7.27 -
YUV 139.09 80.55 163.6 -
System Red Green Blue C M Y K H S L
Decimal 189 130 55 0 0.31 0.71 0.26 33.58 0.55 0.48
Hex BD 82 37 0 1F 47 1A 22 37 30
Octal 275 202 67 0 37 107 32 42 67 60
Binary 10111101 10000010 110111 0 11111 1000111 11010 100010 110111 110000

Color Harmonies of #BD8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8237

Black with #BD8237

Text Example


Text Example

White with #BD8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8237; }

 p { color: rgb(189,130,55); }

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

background-color css

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

 a { background-color: rgb(189,130,55); }

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

border-color css

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

 span { border-color: rgb(189,130,55); }

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