Html Css Color HEX #BD8530 Geebung

📋 copy color: '#BD8530'

red 189 ◦ green 133 ◦ blue 48

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

Shades of Geebung #BD8530

Tints of Geebung #BD8530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 48 (19.14% from 255) = 12.97%

R = 51.08%
G = 35.95%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8530 (or 0xBD8530) is known color: Geebung. HEX triplet: BD, 85 and 30. RGB value is (189,133,48). Sum of RGB (Red+Green+Blue) = 189+133+48=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8530 is #427ACF. Grayscale: #8C8C8C. Windows color (decimal): -4356816 or 3179965. OLE color: 3179965.

HSL color Cylindrical-coordinate representation of color #BD8530: hue angle of 36.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD8530 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 48 -
CMYK 0 0.30 0.75 0.26
HSL 36.17º 0.59% 0.46% -
HSV(B) 36.17º 0.75% 0.74% -
XYZ 29.91 27.81 6.59 -
YUV 140.05 76.05 162.91 -
System Red Green Blue C M Y K H S L
Decimal 189 133 48 0 0.30 0.75 0.26 36.17 0.59 0.46
Hex BD 85 30 0 1E 4B 1A 24 3B 2E
Octal 275 205 60 0 36 113 32 44 73 56
Binary 10111101 10000101 110000 0 11110 1001011 11010 100100 111011 101110

Color Harmonies of #BD8530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8530

Black with #BD8530

Text Example


Text Example

White with #BD8530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8530; }

 p { color: rgb(189,133,48); }

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

background-color css

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

 a { background-color: rgb(189,133,48); }

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

border-color css

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

 span { border-color: rgb(189,133,48); }

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