Html Css Color HEX #BD8428 Geebung

📋 copy color: '#BD8428'

red 189 ◦ green 132 ◦ blue 40

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

Shades of Geebung #BD8428

Tints of Geebung #BD8428

RGB

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

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

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

R = 52.35%
G = 36.57%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD8428 (or 0xBD8428) is known color: Geebung. HEX triplet: BD, 84 and 28. RGB value is (189,132,40). Sum of RGB (Red+Green+Blue) = 189+132+40=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8428 is #427BD7. Grayscale: #8A8A8A. Windows color (decimal): -4357080 or 2655421. OLE color: 2655421.

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

Color convert

RGB 189 132 40 -
CMYK 0 0.30 0.79 0.26
HSL 37.05º 0.65% 0.45% -
HSV(B) 37.05º 0.79% 0.74% -
XYZ 29.62 27.47 5.75 -
YUV 138.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 189 132 40 0 0.30 0.79 0.26 37.05 0.65 0.45
Hex BD 84 28 0 1E 4F 1A 25 41 2D
Octal 275 204 50 0 36 117 32 45 101 55
Binary 10111101 10000100 101000 0 11110 1001111 11010 100101 1000001 101101

Color Harmonies of #BD8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8428

Black with #BD8428

Text Example


Text Example

White with #BD8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8428; }

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

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

background-color css

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

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

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

border-color css

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

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

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