Html Css Color HEX #BD8630 Geebung

📋 copy color: '#BD8630'

red 189 ◦ green 134 ◦ blue 48

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

Shades of Geebung #BD8630

Tints of Geebung #BD8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 50.94%
G = 36.12%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD8630 (or 0xBD8630) is known color: Geebung. HEX triplet: BD, 86 and 30. RGB value is (189,134,48). Sum of RGB (Red+Green+Blue) = 189+134+48=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8630 is #4279CF. Grayscale: #8D8D8D. Windows color (decimal): -4356560 or 3180221. OLE color: 3180221.

HSL color Cylindrical-coordinate representation of color #BD8630: hue angle of 36.6º 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 #BD8630 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 48 -
CMYK 0 0.29 0.75 0.26
HSL 36.6º 0.59% 0.46% -
HSV(B) 36.6º 0.75% 0.74% -
XYZ 30.04 28.08 6.63 -
YUV 140.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 189 134 48 0 0.29 0.75 0.26 36.6 0.59 0.46
Hex BD 86 30 0 1D 4B 1A 25 3B 2E
Octal 275 206 60 0 35 113 32 45 73 56
Binary 10111101 10000110 110000 0 11101 1001011 11010 100101 111011 101110

Color Harmonies of #BD8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8630

Black with #BD8630

Text Example


Text Example

White with #BD8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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