Html Css Color HEX #BD8523 Geebung

📋 copy color: '#BD8523'

red 189 ◦ green 133 ◦ blue 35

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

Shades of Geebung #BD8523

Tints of Geebung #BD8523

RGB

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

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

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

R = 52.94%
G = 37.25%
B = 9.8%

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

#BD8523 (or 0xBD8523) is known color: Geebung. HEX triplet: BD, 85 and 23. RGB value is (189,133,35). Sum of RGB (Red+Green+Blue) = 189+133+35=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8523 is #427ADC. Grayscale: #8B8B8B. Windows color (decimal): -4356829 or 2327997. OLE color: 2327997.

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

Color convert

RGB 189 133 35 -
CMYK 0 0.30 0.81 0.26
HSL 38.18º 0.69% 0.44% -
HSV(B) 38.18º 0.81% 0.74% -
XYZ 29.68 27.72 5.38 -
YUV 138.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 189 133 35 0 0.30 0.81 0.26 38.18 0.69 0.44
Hex BD 85 23 0 1E 51 1A 26 45 2C
Octal 275 205 43 0 36 121 32 46 105 54
Binary 10111101 10000101 100011 0 11110 1010001 11010 100110 1000101 101100

Color Harmonies of #BD8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8523

Black with #BD8523

Text Example


Text Example

White with #BD8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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