Html Css Color HEX #BD8328 Geebung

📋 copy color: '#BD8328'

red 189 ◦ green 131 ◦ blue 40

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

Shades of Geebung #BD8328

Tints of Geebung #BD8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 52.5%
G = 36.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8328 (or 0xBD8328) is known color: Geebung. HEX triplet: BD, 83 and 28. RGB value is (189,131,40). Sum of RGB (Red+Green+Blue) = 189+131+40=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8328 is #427CD7. Grayscale: #8A8A8A. Windows color (decimal): -4357336 or 2655165. OLE color: 2655165.

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

Color convert

RGB 189 131 40 -
CMYK 0 0.31 0.79 0.26
HSL 36.64º 0.65% 0.45% -
HSV(B) 36.64º 0.79% 0.74% -
XYZ 29.49 27.2 5.7 -
YUV 137.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 189 131 40 0 0.31 0.79 0.26 36.64 0.65 0.45
Hex BD 83 28 0 1F 4F 1A 25 41 2D
Octal 275 203 50 0 37 117 32 45 101 55
Binary 10111101 10000011 101000 0 11111 1001111 11010 100101 1000001 101101

Color Harmonies of #BD8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8328

Black with #BD8328

Text Example


Text Example

White with #BD8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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