Html Css Color HEX #BD8426 Geebung

📋 copy color: '#BD8426'

red 189 ◦ green 132 ◦ blue 38

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

Shades of Geebung #BD8426

Tints of Geebung #BD8426

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 52.65%
G = 36.77%
B = 10.58%

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

#BD8426 (or 0xBD8426) is known color: Geebung. HEX triplet: BD, 84 and 26. RGB value is (189,132,38). Sum of RGB (Red+Green+Blue) = 189+132+38=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8426 is #427BD9. Grayscale: #8A8A8A. Windows color (decimal): -4357082 or 2524349. OLE color: 2524349.

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

Color convert

RGB 189 132 38 -
CMYK 0 0.30 0.80 0.26
HSL 37.35º 0.67% 0.45% -
HSV(B) 37.35º 0.8% 0.74% -
XYZ 29.59 27.46 5.57 -
YUV 138.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 189 132 38 0 0.30 0.80 0.26 37.35 0.67 0.45
Hex BD 84 26 0 1E 50 1A 25 43 2D
Octal 275 204 46 0 36 120 32 45 103 55
Binary 10111101 10000100 100110 0 11110 1010000 11010 100101 1000011 101101

Color Harmonies of #BD8426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8426

Black with #BD8426

Text Example


Text Example

White with #BD8426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8426; }

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

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

background-color css

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

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

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

border-color css

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

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

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