Html Css Color HEX #BDB248 Sundance

📋 copy color: '#BDB248'

red 189 ◦ green 178 ◦ blue 72

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

Shades of Sundance #BDB248

Tints of Sundance #BDB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 72 (28.52% from 255) = 16.4%

R = 43.05%
G = 40.55%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB248 (or 0xBDB248) is known color: Sundance. HEX triplet: BD, B2 and 48. RGB value is (189,178,72). Sum of RGB (Red+Green+Blue) = 189+178+72=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB248 is #424DB7. Grayscale: #A9A9A9. Windows color (decimal): -4345272 or 4764349. OLE color: 4764349.

HSL color Cylindrical-coordinate representation of color #BDB248: hue angle of 54.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB248 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 72 -
CMYK 0 0.06 0.62 0.26
HSL 54.36º 0.47% 0.51% -
HSV(B) 54.36º 0.62% 0.74% -
XYZ 38.08 43.13 12.45 -
YUV 169.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 189 178 72 0 0.06 0.62 0.26 54.36 0.47 0.51
Hex BD B2 48 0 6 3E 1A 36 2F 33
Octal 275 262 110 0 6 76 32 66 57 63
Binary 10111101 10110010 1001000 0 110 111110 11010 110110 101111 110011

Color Harmonies of #BDB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB248

Black with #BDB248

Text Example


Text Example

White with #BDB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB248; }

 p { color: rgb(189,178,72); }

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

background-color css

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

 a { background-color: rgb(189,178,72); }

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

border-color css

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

 span { border-color: rgb(189,178,72); }

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