Html Css Color HEX #CFBC27 Barberry

📋 copy color: '#CFBC27'

red 207 ◦ green 188 ◦ blue 39

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

Shades of Barberry #CFBC27

Tints of Barberry #CFBC27

RGB

 RED value IS 207 (81.25% from 255) = 47.7%

 GREEN value IS 188 (73.83% from 255) = 43.32%

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

R = 47.7%
G = 43.32%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFBC27 (or 0xCFBC27) is known color: Barberry. HEX triplet: CF, BC and 27. RGB value is (207,188,39). Sum of RGB (Red+Green+Blue) = 207+188+39=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC27 is #3043D8. Grayscale: #B1B1B1. Windows color (decimal): -3163097 or 2604239. OLE color: 2604239.

HSL color Cylindrical-coordinate representation of color #CFBC27: hue angle of 53.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFBC27 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 39 -
CMYK 0 0.09 0.81 0.19
HSL 53.21º 0.68% 0.48% -
HSV(B) 53.21º 0.81% 0.81% -
XYZ 44.08 49.38 9.13 -
YUV 176.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 207 188 39 0 0.09 0.81 0.19 53.21 0.68 0.48
Hex CF BC 27 0 9 51 13 35 44 30
Octal 317 274 47 0 11 121 23 65 104 60
Binary 11001111 10111100 100111 0 1001 1010001 10011 110101 1000100 110000

Color Harmonies of #CFBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC27

Black with #CFBC27

Text Example


Text Example

White with #CFBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC27; }

 p { color: rgb(207,188,39); }

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

background-color css

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

 a { background-color: rgb(207,188,39); }

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

border-color css

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

 span { border-color: rgb(207,188,39); }

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