Html Css Color HEX #BD8527 Geebung

📋 copy color: '#BD8527'

red 189 ◦ green 133 ◦ blue 39

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

Shades of Geebung #BD8527

Tints of Geebung #BD8527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 52.35%
G = 36.84%
B = 10.8%

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

#BD8527 (or 0xBD8527) is known color: Geebung. HEX triplet: BD, 85 and 27. RGB value is (189,133,39). Sum of RGB (Red+Green+Blue) = 189+133+39=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8527 is #427AD8. Grayscale: #8B8B8B. Windows color (decimal): -4356825 or 2590141. OLE color: 2590141.

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

Color convert

RGB 189 133 39 -
CMYK 0 0.30 0.79 0.26
HSL 37.6º 0.66% 0.45% -
HSV(B) 37.6º 0.79% 0.74% -
XYZ 29.74 27.74 5.71 -
YUV 139.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 189 133 39 0 0.30 0.79 0.26 37.6 0.66 0.45
Hex BD 85 27 0 1E 4F 1A 26 42 2D
Octal 275 205 47 0 36 117 32 46 102 55
Binary 10111101 10000101 100111 0 11110 1001111 11010 100110 1000010 101101

Color Harmonies of #BD8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8527

Black with #BD8527

Text Example


Text Example

White with #BD8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8527; }

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

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

background-color css

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

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

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

border-color css

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

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

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