Html Css Color HEX #BCAF4B Sundance

📋 copy color: '#BCAF4B'

red 188 ◦ green 175 ◦ blue 75

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

Shades of Sundance #BCAF4B

Tints of Sundance #BCAF4B

RGB

 RED value IS 188 (73.83% from 255) = 42.92%

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 42.92%
G = 39.95%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCAF4B (or 0xBCAF4B) is known color: Sundance. HEX triplet: BC, AF and 4B. RGB value is (188,175,75). Sum of RGB (Red+Green+Blue) = 188+175+75=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF4B is #4350B4. Grayscale: #A7A7A7. Windows color (decimal): -4411573 or 4960188. OLE color: 4960188.

HSL color Cylindrical-coordinate representation of color #BCAF4B: hue angle of 53.1º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCAF4B is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 75 -
CMYK 0 0.07 0.60 0.26
HSL 53.1º 0.46% 0.52% -
HSV(B) 53.1º 0.6% 0.74% -
XYZ 37.34 41.86 12.77 -
YUV 167.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 188 175 75 0 0.07 0.60 0.26 53.1 0.46 0.52
Hex BC AF 4B 0 7 3C 1A 35 2E 34
Octal 274 257 113 0 7 74 32 65 56 64
Binary 10111100 10101111 1001011 0 111 111100 11010 110101 101110 110100

Color Harmonies of #BCAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF4B

Black with #BCAF4B

Text Example


Text Example

White with #BCAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF4B; }

 p { color: rgb(188,175,75); }

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

background-color css

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

 a { background-color: rgb(188,175,75); }

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

border-color css

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

 span { border-color: rgb(188,175,75); }

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