Html Css Color HEX #BD8526 Geebung

📋 copy color: '#BD8526'

red 189 ◦ green 133 ◦ blue 38

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

Shades of Geebung #BD8526

Tints of Geebung #BD8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 52.5%
G = 36.94%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD8526 (or 0xBD8526) is known color: Geebung. HEX triplet: BD, 85 and 26. RGB value is (189,133,38). Sum of RGB (Red+Green+Blue) = 189+133+38=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8526 is #427AD9. Grayscale: #8B8B8B. Windows color (decimal): -4356826 or 2524605. OLE color: 2524605.

HSL color Cylindrical-coordinate representation of color #BD8526: hue angle of 37.75º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD8526 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 38 -
CMYK 0 0.30 0.80 0.26
HSL 37.75º 0.67% 0.45% -
HSV(B) 37.75º 0.8% 0.74% -
XYZ 29.72 27.73 5.62 -
YUV 138.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 189 133 38 0 0.30 0.80 0.26 37.75 0.67 0.45
Hex BD 85 26 0 1E 50 1A 26 43 2D
Octal 275 205 46 0 36 120 32 46 103 55
Binary 10111101 10000101 100110 0 11110 1010000 11010 100110 1000011 101101

Color Harmonies of #BD8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8526

Black with #BD8526

Text Example


Text Example

White with #BD8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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