Html Css Color HEX #BD8423 Geebung

📋 copy color: '#BD8423'

red 189 ◦ green 132 ◦ blue 35

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

Shades of Geebung #BD8423

Tints of Geebung #BD8423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.83%

R = 53.09%
G = 37.08%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8423 (or 0xBD8423) is known color: Geebung. HEX triplet: BD, 84 and 23. RGB value is (189,132,35). Sum of RGB (Red+Green+Blue) = 189+132+35=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8423 is #427BDC. Grayscale: #8A8A8A. Windows color (decimal): -4357085 or 2327741. OLE color: 2327741.

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

Color convert

RGB 189 132 35 -
CMYK 0 0.30 0.81 0.26
HSL 37.79º 0.69% 0.44% -
HSV(B) 37.79º 0.81% 0.74% -
XYZ 29.54 27.44 5.33 -
YUV 137.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 189 132 35 0 0.30 0.81 0.26 37.79 0.69 0.44
Hex BD 84 23 0 1E 51 1A 26 45 2C
Octal 275 204 43 0 36 121 32 46 105 54
Binary 10111101 10000100 100011 0 11110 1010001 11010 100110 1000101 101100

Color Harmonies of #BD8423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8423

Black with #BD8423

Text Example


Text Example

White with #BD8423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8423; }

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

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

background-color css

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

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

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

border-color css

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

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

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