Html Css Color HEX #BD8325 Geebung

📋 copy color: '#BD8325'

red 189 ◦ green 131 ◦ blue 37

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

Shades of Geebung #BD8325

Tints of Geebung #BD8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 52.94%
G = 36.69%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD8325 (or 0xBD8325) is known color: Geebung. HEX triplet: BD, 83 and 25. RGB value is (189,131,37). Sum of RGB (Red+Green+Blue) = 189+131+37=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8325 is #427CDA. Grayscale: #8A8A8A. Windows color (decimal): -4357339 or 2458557. OLE color: 2458557.

HSL color Cylindrical-coordinate representation of color #BD8325: hue angle of 37.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD8325 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 37 -
CMYK 0 0.31 0.80 0.26
HSL 37.11º 0.67% 0.44% -
HSV(B) 37.11º 0.8% 0.74% -
XYZ 29.44 27.18 5.45 -
YUV 137.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 189 131 37 0 0.31 0.80 0.26 37.11 0.67 0.44
Hex BD 83 25 0 1F 50 1A 25 43 2C
Octal 275 203 45 0 37 120 32 45 103 54
Binary 10111101 10000011 100101 0 11111 1010000 11010 100101 1000011 101100

Color Harmonies of #BD8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8325

Black with #BD8325

Text Example


Text Example

White with #BD8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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