Html Css Color HEX #BD8322 Geebung

📋 copy color: '#BD8322'

red 189 ◦ green 131 ◦ blue 34

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

Shades of Geebung #BD8322

Tints of Geebung #BD8322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 53.39%
G = 37.01%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD8322 (or 0xBD8322) is known color: Geebung. HEX triplet: BD, 83 and 22. RGB value is (189,131,34). Sum of RGB (Red+Green+Blue) = 189+131+34=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8322 is #427CDD. Grayscale: #898989. Windows color (decimal): -4357342 or 2261949. OLE color: 2261949.

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

Color convert

RGB 189 131 34 -
CMYK 0 0.31 0.82 0.26
HSL 37.55º 0.7% 0.44% -
HSV(B) 37.55º 0.82% 0.74% -
XYZ 29.39 27.17 5.21 -
YUV 137.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 189 131 34 0 0.31 0.82 0.26 37.55 0.7 0.44
Hex BD 83 22 0 1F 52 1A 26 46 2C
Octal 275 203 42 0 37 122 32 46 106 54
Binary 10111101 10000011 100010 0 11111 1010010 11010 100110 1000110 101100

Color Harmonies of #BD8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8322

Black with #BD8322

Text Example


Text Example

White with #BD8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8322; }

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

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

background-color css

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

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

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

border-color css

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

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

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