Html Css Color HEX #BD802B Geebung

📋 copy color: '#BD802B'

red 189 ◦ green 128 ◦ blue 43

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

Shades of Geebung #BD802B

Tints of Geebung #BD802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 52.5%
G = 35.56%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD802B (or 0xBD802B) is known color: Geebung. HEX triplet: BD, 80 and 2B. RGB value is (189,128,43). Sum of RGB (Red+Green+Blue) = 189+128+43=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD802B is #427FD4. Grayscale: #888888. Windows color (decimal): -4358101 or 2851005. OLE color: 2851005.

HSL color Cylindrical-coordinate representation of color #BD802B: hue angle of 34.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD802B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 43 -
CMYK 0 0.32 0.77 0.26
HSL 34.93º 0.63% 0.45% -
HSV(B) 34.93º 0.77% 0.74% -
XYZ 29.14 26.43 5.85 -
YUV 136.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 189 128 43 0 0.32 0.77 0.26 34.93 0.63 0.45
Hex BD 80 2B 0 20 4D 1A 23 3F 2D
Octal 275 200 53 0 40 115 32 43 77 55
Binary 10111101 10000000 101011 0 100000 1001101 11010 100011 111111 101101

Color Harmonies of #BD802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD802B

Black with #BD802B

Text Example


Text Example

White with #BD802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD802B; }

 p { color: rgb(189,128,43); }

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

background-color css

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

 a { background-color: rgb(189,128,43); }

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

border-color css

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

 span { border-color: rgb(189,128,43); }

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