Html Css Color HEX #BD8321 Geebung

📋 copy color: '#BD8321'

red 189 ◦ green 131 ◦ blue 33

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

Shades of Geebung #BD8321

Tints of Geebung #BD8321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 53.54%
G = 37.11%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8321 (or 0xBD8321) is known color: Geebung. HEX triplet: BD, 83 and 21. RGB value is (189,131,33). Sum of RGB (Red+Green+Blue) = 189+131+33=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8321 is #427CDE. Grayscale: #898989. Windows color (decimal): -4357343 or 2196413. OLE color: 2196413.

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

Color convert

RGB 189 131 33 -
CMYK 0 0.31 0.83 0.26
HSL 37.69º 0.7% 0.44% -
HSV(B) 37.69º 0.83% 0.74% -
XYZ 29.38 27.16 5.13 -
YUV 137.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 189 131 33 0 0.31 0.83 0.26 37.69 0.7 0.44
Hex BD 83 21 0 1F 53 1A 26 46 2C
Octal 275 203 41 0 37 123 32 46 106 54
Binary 10111101 10000011 100001 0 11111 1010011 11010 100110 1000110 101100

Color Harmonies of #BD8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8321

Black with #BD8321

Text Example


Text Example

White with #BD8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8321; }

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

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

background-color css

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

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

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

border-color css

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

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

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